home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / flash_ch.swf / scripts / DefineButton2_65 / BUTTONCONDACTION on(release).as
Text File  |  2008-11-12  |  84b  |  5 lines

  1. on(release){
  2.    _root.deselect(this._parent);
  3.    _root.gotoAndStop("normal");
  4. }
  5.